home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / C / Comet2.1.3.cpt / UserStartup < prev    next >
Text File  |  1991-11-07  |  2KB  |  67 lines

  1. #    UserStartup - MPW Shell UserStartup File
  2. #
  3. #    Copyright Apple Computer, Inc. 1985-1987
  4. #    All Rights Reserved.
  5.  
  6. #    This file (UserStartup) is executed from the Startup file, and can be used
  7. #    to override definitions made in Startup, or to define additional variables,
  8. #    exports, and aliases.  UserStartup may also be used to define menu items,
  9. #    open windows, etc.    The file should be located in the directory containing
  10. #    the MPW Shell.
  11.  
  12.  
  13. #    Create the Directory menu
  14.  
  15. #    The parameters to DirectoryMenu become the initial list of directories
  16. #    in the Directory menu.  The parameters below specify each of the 
  17. #    Examples directories, and the current directory.  Replace them with
  18. #    your favorite directories.
  19.  
  20.     DirectoryMenu `(Files -d -i "{MPW}"≈Examples≈ || Set Status 0) ≥ Dev:Null` ∂
  21.         `Directory`
  22.  
  23.  
  24. #    Create the Build Menu
  25.  
  26. #    BuildMenu
  27.  
  28. #    Unix Aliases
  29. #
  30. #    This file contains aliases for commands commonly known to Unix users.
  31. #    The aliases can be added to your UserStartup file, or this file can
  32. #    be executed from UserStartup.  Note that the Unix and MPW commands
  33. #    are not always exact equivalents.
  34. #
  35. #    Unix is a trademark of AT&T Bell Laboratories
  36. #    Copyright Apple Computer, Inc. 1987
  37. #    All rights reserved.
  38.  
  39. Alias Ar Lib
  40. #Alias As Asm
  41. Alias Cat Catenate
  42. #Alias cc C                      MUST BE UNDEF'd!  gets MPW compiler if aliased 
  43. Alias Cd Directory
  44. Alias Cp Duplicate
  45. Alias Cz Print
  46. Alias Diff Equal
  47. Alias Grep Search
  48. Alias Ll Files -l
  49. #Alias Ln Link
  50. Alias Lpr Print
  51. Alias Lr Files -r
  52. Alias Ls Files
  53. Alias Mkdir Newfolder
  54. Alias Mv Move
  55. Alias Pr Print
  56. Alias Pwd Directory
  57. Alias Rm Delete
  58. Alias Source Execute
  59.  
  60. addmenu Commands Resize'/A' 'resize "{active}"'
  61.  
  62. execute hd:MPW:AztecStartup
  63.  
  64. cd {Boot}src:Comet:
  65.  
  66.  
  67.